home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Guided Tour of Multimedia (Second Edition)
/
The Guided Tour of Multimedia (Second Edition).iso
/
trials
/
director
/
evalcopy
/
director.z
/
NAVIGATR.DIR
/
00430_Field_430.txt
< prev
next >
Wrap
Text File
|
1994-06-14
|
579b
|
15 lines
MECH , 75
--**********************************************************
-- Used to accelerate the stage action. By not advancing
-- a frame and just updating the stage, I was able to
-- get much better preformance. This is logical since Director
-- has much more to do when a frame advances. The pegboard
-- will pass the message to the animator offspring for
-- processing. We update the stage and loop again.
on runMotor
repeat while not(the mouseDown )
mRotorRotation (gMyPegBoard)
upDateStage
end repeat
mRotorRotation (gMyPegBoard)
end runMotor